home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / etc / acpi / resume.d / 67-sound.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  2009-03-27  |  102 b   |  8 lines

  1. #!/bin/sh
  2.  
  3. # Get sound back
  4. if [ -x /etc/init.d/alsa-utils ]; then
  5.   /etc/init.d/alsa-utils start
  6. fi
  7.  
  8.